engine-schema,test: fix domain reservation searchbuilder, test fixes#8725
engine-schema,test: fix domain reservation searchbuilder, test fixes#8725shwstppr merged 1 commit intoapache:mainfrom
Conversation
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
@blueorangutan package |
|
@shwstppr a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8725 +/- ##
============================================
+ Coverage 30.97% 30.98% +0.01%
- Complexity 33481 33505 +24
============================================
Files 5355 5355
Lines 375830 375830
Branches 54895 54895
============================================
+ Hits 116414 116467 +53
+ Misses 243974 243936 -38
+ Partials 15442 15427 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8815 |
|
@shwstppr can this be targeted for 4.19.1? |
|
@sureshanaparti I guess the change was introduced in #8362 therefore it needs to be in main only |
ok, thanks @shwstppr |
|
@blueorangutan test |
|
@sureshanaparti a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-9348)
|
|
Merging based on approvals and test results |
The SearchBuilder listDomainAndTypeAndNoTagSearch in ReservationDaoImpl.java is wrongly created by adding ACCOUNT_ID as part of the search param. Instead it should be DOMAIN_ID. Additional fixes in test cases to: - add assert - add spacing
Description
The SearchBuilder listDomainAndTypeAndNoTagSearch in ReservationDaoImpl.java is wrongly created by adding ACCOUNT_ID as part of the search param. Instead it should be DOMAIN_ID.
Additional fixes in test cases to:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?